Guest Sign UpLoginNew PostSections ₦0What's Up?DownloadsShopChatToolsAdvertise
Join the Publishers' Program. Get paid for writing.
Recharge DSTV, GOTV, StarTimes, & PREPAID METERS on https://billy.africa


CSS is a very amazing feature when styling a webpage, check out this CSS

Code: [Select]
.follow{
     background-color:#03c853;
     border-radius:6px;
     color:#ffffff;
     text-align:center;
     font-weight:bolder;
     padding:3px;
     border: 2px solid #03c853;
     text-decoration:none;
}


.follow:hover{
     background-color:#ffffff;
     color:#03c853;
     text-align:center;
     border: 2px solid #03c853;
     box-shadow: 0px 1px 10px #797979;
}
.unfollow{
     background-color:#03c853;
     border-radius:6px;
     color:#ffffff;
     text-align:center;
     font-weight:bolder;
     padding:3px;
     border: 2px solid #03c853;
     text-decoration:none;
}


.unfollow:hover{
     background-color:#ffffff;
     color:#03c853;
     text-align:center;
     border: 2px solid #03c853;
     box-shadow: 0px 1px 10px #797979;
}

.page a{
     background-color:#03c853;
     border-radius:6px;
     color:#ffffff;
     text-align:center;
     font-weight:bolder;
     padding:3px;
     border: 2px solid #03c853;
     text-decoration:none;
}

.page a:hover{
     background-color:#ffffff;
     color:#03c853;
     text-align:center;
     border: 2px solid #03c853;
     box-shadow: 0px 1px 10px #797979;
}

.page{
     text-align:center;
     padding:5px;
}
That's an example of CSS script


donnish

Related Topics








Top SectionsSee More

Trending
This forum does not have any topics.

Top Posters This Month (500 Credits)
(See More)