13 lines
150 B
CSS
13 lines
150 B
CSS
h1{
|
|
letter-spacing: .5vw;
|
|
text-transform: uppercase;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
img{
|
|
width: 33%;
|
|
max-width: 15cm;
|
|
min-width: 5cm;
|
|
}
|
|
|