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

Css Materi

Uploaded by

iissilvia12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Css Materi

Uploaded by

iissilvia12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

body {

background-color: #e0f0ff;

font-family: Arial, sans-serif;

header {

background-color: #3366cc;

color: white;

padding: 10px;

text-align: center;

nav ul {

list-style-type: none;

padding: 0;

nav ul li {

display: inline;

margin-right: 10px;

nav ul li a {

background-color: #3366cc;

color: white;
padding: 5px;

text-decoration: none;

nav ul li a:hover {

background-color: #6699ff;

section {

margin: 20px 0;

section h2 {

background-color: #3366cc;

color: white;

padding: 5px;

section img {

width: 100%;

height: auto;

margin-bottom: 10px;

video {
width: 100%;

height: auto;

audio {

width: 100%;

You might also like