web_AI-3/kazzoostyle.css

26 lines
327 B
CSS

body{
background-image: url(images.jpg);
}
h1{
font-size: 25pt;
font-family: fantasy;
color: darkgrey;
text-align: center;
text-decoration: underline;
background-color: rgba(2, 250,250, 0.8);
}
p{
border-radius: 10px;
border-style: solid;
}
.wrapper{
width:auto;;
max-width: inherit;
margin: 20px;
}