diff options
author | Elizabeth <elizabeth_c_wu@brown.edu> | 2024-01-22 14:34:17 -0500 |
---|---|---|
committer | Elizabeth <elizabeth_c_wu@brown.edu> | 2024-01-22 14:34:17 -0500 |
commit | b16fe9c7c31a7776334718f3c3d2fb8df87637b2 (patch) | |
tree | f462054843861efb3b03f84d86d31009d61f2f52 | |
parent | 8a5d6bab77eea533b74b3fad24c879c18a0bf0ac (diff) |
additional comments for students
-rw-r--r-- | b.html | 7 | ||||
-rw-r--r-- | styles.css | 4 |
2 files changed, 11 insertions, 0 deletions
@@ -15,6 +15,10 @@ <script src="submit.js" defer></script> </head> <body> + <!-- + @ STUDENTS: Feel free to ignore the section outlined from this comment + to the next one! You likely won't have to modify anything here. + --> <div class="screen-container"> <div class="nav-bar"> <button onclick="location.href = 'index.html'" class="title">MEDx</button> @@ -120,6 +124,9 @@ </span> </div> </div> + <!-- + @ STUDENTS: This is the end of the outlined section to ignore! + --> <div class="appointments-container"> <p class="appointments-container-name">Available Appointments</p> @@ -1,3 +1,7 @@ +/* + @ STUDENTS: You probably won't need to modify this stylesheet + */ + @font-face { font-family: 'PPNeueMontreal'; src: url(fonts/PPNeueMontreal-Medium.otf); |