Hello :)
So I have coded some Social media buttons for you all :) , I Know its nothing Spectacular, but its a start, right ? :)
Here one of the buttons are :)
(obviously change the link and stuff to direct your your websites fan pages instead of mine :P and obviously change the font-family etc :)
(you put the css bit in the design custom css, and the html part in however many pages you want :)
Well I hope this helps, and someone finds it useful :) , Like I said, Its not spectacular but its a start :)
(Html part)
div id="t0">
<div><br />
<a id="tw" href="https://twitter.com/ceoatchatabox">Follow us on <span id="t1">Twitter</span></a></div>
</div>
(css)
<style>
div#t0 {
height:70px;
width:100px;
border-color:#6495ED;
background-color:#0c6ac1;
border-radius:5px;
margin:auto;
text-align:center;}
a#tw {
text-decoration:none;
color:white;
font-family:Serif;}
span#t1 {
color:#4aa4f6;
font-family:fantasy;
font-size:20px;}
</style>
Replies
Nice start Luke. You may want to look into playing around with your code on Codepen to get it just right before integrating into site. Nice effort though
Thank you JFarrow :)
I really appreciate it :) , aha No where near the skills of you or some other creators yet, but its a start aha :)
I've got it to How I personally want it for my site, but I'll have a play around on codepen when I start to write bigger more fancy codes aha :) , Thank you :)