Posts

Showing posts from September, 2020

Update #5

Sorry for being inactive I've been on a course for my learners licence but i will be back to working on site and updating my blog post weekly. :) 

Here's a photo of my site.





Update 4#

 I have added a background and have made a boarder around the title of my site its not the best but its a start. but hears a screenshot of it.



This is the code i used to get the boarder and the background color.

body {
font-family: system-ui;
background: #ff9900;
color: white;
text-align: center;

 
 <!--Text shadow-->
}
h1 {
 color: white;
 border-style:solid;
 border-color: black;
 text-shadow: 2px 2px 4px #000000;
}