Hey Guys,
Sharing the code for a white & green floral layout below:
<style>
body {
background-image: url(https://live.staticflickr.com/65535/51633076061_674955807e_z.jpg) !important;
background-size: cover;
background-attachment: fixed;
}
:root {
--logo-blue: #495E3C;
--darker-blue: #495E3C;
--lighter-blue: #C6DFB7;
--even-lighter-blue: #D9F0CC ;
--lightest-blue: #EBF9E4 ;
--dark-orange: #495E3C;
--light-orange: #C6DFB7;
--even-lighter-orange: #EBF9E4;
--green: ;
}
nav {
border-radius: 15px 15px 0 0;
overflow: hidden;
}
.profile-pic {
border-radius: 500px;
overflow: hidden;
}
.profile .contact,
.profile .url-info,
.profile .table-section,
.home-actions {
border: none;
}
.heading {
padding: 5px 0 !important;
margin-bottom: 10px;
background-color: #C6DFB7 !important;
color: #2a2a2a !important;
text-align: center;
}
main {
border-radius: 0 0 15px 15px;
background-color: white !important;
}
.container {
border-radius: 15px 15px 0 0;
overflow: hidden;
margin-top: 30px;
padding: 10px;
}
.profile .friends .person img {
border-radius: 500px;
}
footer {
border-radius: 15px;
background-color: white !important;
display: block !important;
}
* {
font-family: sans-serif;
font-size: 13px;
}
</style>
Preview below:
Best,
Cheryl
Comments
Displaying 0 of 0 comments ( View all | Add Comment )