Learn Html
September 29 via mobile
Next CSS3 lesson!!!!!!
CSS3 borders.
Just copy the below code in notepad. Click File > Save As > Save as type > save the file as html or htm > than open the .html file which You saved to see the result.
<html>
<body>
<style>
#container {
width: 200px;
height: 300px;
background: #09F;
border: 5px (here place every of the below words, but not in brackets) #F00;
}
</style>
<div id="container">
</div>
</body>
</html>
1. groove
2. dashed
3. dotted
4. double
5. inset
6. outset
7. ridge
8. solid
9. inherit
#Griffin
Enjoy and if you like it comment, like and share>>>!!!!!!!!!!!!
CSS3 borders.
Just copy the below code in notepad. Click File > Save As > Save as type > save the file as html or htm > than open the .html file which You saved to see the result.
<html>
<body>
<style>
#container {
width: 200px;
height: 300px;
background: #09F;
border: 5px (here place every of the below words, but not in brackets) #F00;
}
</style>
<div id="container">
</div>
</body>
</html>
1. groove
2. dashed
3. dotted
4. double
5. inset
6. outset
7. ridge
8. solid
9. inherit
#Griffin
Enjoy and if you like it comment, like and share>>>!!!!!!!!!!!!
No comments:
Post a Comment