Namaste,
I would like to have my section look like this for once. Now I am able to use the following code to get a result that looks like<a href"http://cloud.broadcastt.co/ccaa6088684c"> this on the front page:
#title{
transform:rotate(270deg);
color:#434343;
font-family: 'Poppins', sans-serif;
font-weight:bolder;
text-transform:uppercase;
font-size:1.5em;
float:left;
}
Note: #title is the id that I’ve given to all the headings that will be shown in the same formatting.
How can I achieve this?
Thanks.