Most of us started to work on our finals and we try to incorporate all tat we have learnt. Sir was always present to help us with or problems and he gave us a few pointers and hints> He showed us how to style paragraphs. Example:
p:nth-of-type(1){
border:2px red solid;
-moz-border-radius:15px;}
p:nth-of-type(2){
border:2px red solid;
-moz-border-radius:15px;
-moz-box-shadow:10px 10px 15px blue;}
p:nth-of-type(3){
border:2px red solid;
-moz-border-radius:15px;
text-shadow:3px 3px 5px purple;}
p:nth-of-type(4){
border:2px red solid;
-moz-border-radius:15px;
opacity:.5;background-color:green;}
I'm glad we learnt how to make borders and we learnt how to make the edged rounded.We also learnt hoy to aply shadow around a box and around text this was very useful as I used it when building my webpage.
No comments:
Post a Comment