-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
50 lines (45 loc) · 785 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
body, html {
font-size: 16px;
font-family: Tahoma, Helvetica, sans-serif;
height: 100%;
margin: 0;
}
header {
height: 440px;
background-image: url(img/trio.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
h1 {
color: white;
font-size: 3rem;
text-shadow: 2px 2px 5px black;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
article.kitty {
border-top: 1px solid #999;
clear: both;
margin: 0 1rem 2rem;
}
article.kitty:first-child {
border-top: none;
}
figure {
float: right;
text-align: center;
width: 711px;
}
figure img {
border: 1px solid #999;
height: 200px;
padding: 5px;
}
figcaption {
font-style: italic;
}