Advanced Styling

Lesson 7
Author : Afrixi
Last Updated : October, 2017


CSS - Style a Website
This course covers the basics of styling a website using CSS. Work your way through the videos/articles and I'll teach you everything you need to know to style a basic website!
Table of Content

Code

Copy<h1 style="text-shadow: 2px 2px 2px red;  
           position: relative;
           top:125px;
           left:15px">
     CSS Tutorial
</h1>

<img style="opacity:0.4;
            border-radius: 50%;"
     src="logo.jpeg"
     alt="CSS3 logo"
/>