-
Notifications
You must be signed in to change notification settings - Fork 5
/
stylesheet.css
50 lines (47 loc) · 998 Bytes
/
stylesheet.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
header {
text-align: center;
background: url('http://www.peugeot.com/images/FICHES_PRODUITS/1-Produits_Services/6-Peugeot_Design_Lab/Studio/Peugeot-Design-Lab-DL121-01.jpg');
background-size: cover;
color: lightgrey;
margin: 0 auto;
}
.photo {
width:200px;
height:200px;
}
a {
color: white;
}
h1 {
font-size: 50px;
position:center;
color: white;
}
img {
margin: 40px 0px 0px 0px;
border: 7px solid grey;
border-radius: 20px;
width:200px;
height:150px;
}
table, td {
border: 3px grey solid;
margin: 0 auto;
position:center;
}
body {
background: url('http://s3.amazonaws.com/contemporaryartgroup/wp-content/uploads/2013/03/ICA-WhitePetals-06.jpg');
}
ul {
padding: 10px;
background: rgba(0,0,0,0.5);
}
li {
display: inline;
padding: 0px 10px 0px 10px;
}
h4 {
font-family: times, serif;
font-weight: normal;
font-style: normal;
}