0% found this document useful (0 votes)
4 views

Back Up in Css

Back up

Uploaded by

hona.nikkijean21
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Back Up in Css

Back up

Uploaded by

hona.nikkijean21
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

body {

font-family: Arial, sans-serif;

background-color: #ADD8E6; /* light blue background */

header {

background-color: #333;

color: #fff;

padding: 20px;

text-align: center;

header img {

border-radius: 50%;

margin: 20px;

section {

background-color: #e48bca;

padding: 20px;

margin: 20px;

border: 1px solid #ddd;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
h1, h2 {

color: #333;

margin-bottom: 10px;

p{

margin-bottom: 20px;

ul {

list-style: none;

padding: 0;

margin: 0;

ul li {

margin-bottom: 10px;

a{

text-decoration: none;

color: #337ab7;

a:hover {
color: #23527c;

footer {

background-color: #333;

color: #a32b2b;

padding: 10px;

text-align: center;

clear: both;

<style>

body {

font-family: Arial, sans-serif;

background-image: url("egg.png")

h1{

background-color: #e48bca;

margin: 20px;

border: 1px solid #86bbc5;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

font-style: normal;

border-radius: 10px;
}

header {

background-color: rgba(0, 0, 0, 0.5);

box-shadow: inset -5px -5px rgba(0, 0, 0, 0.5);

color: #fff;

padding: 10px;

text-align: center;

header img {

border-radius: 50%;

margin: 20px;

section {

background-color: rgba(198, 240, 71, 0.5);

box-shadow: inset -5px -5px rgba(0, 0, 0, 0.5);

border-radius: 25px;

padding: 20px;

margin: 20px;

border: 1px solid #ddd;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
h1, h2 {

color: #333;

margin-bottom: 10px;

p{

margin-bottom: 20px;

ul {

list-style: none;

padding: 0;

margin: 0;

ul li {

margin-bottom: 10px;

a{

text-decoration: none;

color: #337ab7;

}
a:hover {

color: #23527c;

footer {

background-color: #333;

color: #a32b2b;

padding: 10px;

text-align: center;

clear: both;

</style>

You might also like