VXD's profile picture

Published by

published

Category: Blogging

Stuff

Whats good guys, can anyone give me a quick tutorial for coding layouts?


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

bEtTe >:}

bEtTe >:} 's profile picture

HI ZESTY ZAYLA


Report Comment



@import url('https://fonts.googleapis.com/css2?family=Truculenta:wght@600&display=swap');
p{
font-family: 'Truculenta', sans-serif;
font-size: 150%;
}
h1,h2,h3,h4,h5{
font-family: 'Truculenta', sans-serif;
font-size: 200%;
}
body {
background-image: url(Insert image link here);

}
.profile {
background-color: rgb(255, 179, 217);
}
/* change all headings on page to different colors. */
.profile .blurbs .heading,
.profile .friends .heading{
background-color: rgb(255, 77, 166);
color: black;
}
/* change all headings on page to different colors. */
.profile .contact .heading,
.profile .table-section .heading{
background-color: black;
color: rgb(255, 77, 166);
}

main:before {
width: auto;
margin-bottom: 25px;
border: 1px solid black;
height: 300px;
display: block;
content: "";
box-shadow: 0px 0px 5px 1px #ff4da6;
background-image: url(Insert image link here);
background-position: center center;
background-size: cover;
}

footer {
border-radius: 15px;
background-image: url(insert image link here);
color: white;
}

table.comments-table td {
color: rgb(255, 77, 166);
}

:root {
--logo-blue:black;
--darker-blue: purple;
--lighter-blue: black;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: black;
--light-orange: black;
--even-lighter-orange: black;
--green: pink;
}


HTML,BODY{cursor: url("https://downloads.totallyfreecursors.com/cursor_files/bat.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/bat1.gif"), auto;}


A:hover{cursor: url("https://downloads.totallyfreecursors.com/cursor_files/bat.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/bat1.gif"), auto;}

by bEtTe >:}; ; Report