8 Matching Annotations
- Oct 2022
-
github.com github.com
-
<span class="circle-three second"></span>
everything is ok but the colour of circle could be different.
-
-
github.com github.com
-
Located in the heart of the Comox Valley, Hairpins Boutique Salon offers a high-end experience with competitive prices, top of the line products and a warm, welcoming atmosphere
everything is well organized but the font size should be large and bold to read easily.
-
<br>Contact us today to book an appointment!<br> <a href="contact.html">Contact Us</a> </main> <footer> Content taken from <a style="color: green" href="https://www.hairpins.ca/" >https://www.hairpins.ca</a >. Used for educational purposes only. </footer> <!--an inline style rule in anchor tag above--> </body>
nice work
-
-
github.com github.com
-
<body><main> <header> <a href="index.html"><img src="images/hairpins-salon-logo.png" alt="hairpins Logo" width="300"></a> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="services.html">Services</a></li> <li><a href="contact.html">Contact Us</a></li> </ul>
you can use other id's too
-
<h2>Hairpins Boutique Salon</h2> #4 - 224 6th Street<br> Courtenay, BC V9N 1M1<br> Check us out on Google Maps <a href="http://www.cariboucreative.ca/">http://www.cariboucreative.ca/</a><br>
great
-
-
github.com github.com
-
/* Classes for different types of tags*/ .live { background-color: red; color: white; } .breaking { background-color: yellow; color: black; } .normal { color: grey; } .container-four { font-size: 20px; padding: 15px 20px 20px 20px;
great work
-
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
coding is understandable
-
body { font-size: 1.5rem; font-family: "Poppins", sans-serif; background-color: hsl(0, 0%, 95%);
the starting is so good.
-