-
Notifications
You must be signed in to change notification settings - Fork 0
/
dasmoto.css
53 lines (48 loc) · 1.03 KB
/
dasmoto.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
51
52
53
.header-img {
width: 100%;
height: 250px;
background-image: url('https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/pattern.jpeg');
background-size: cover;
text-align: center;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
font-size:100px;
display: block;
}
.title {
position: relative;
font-family: Helvetica;
font-size: 100px;
font-weight: bold;
color: khaki;
padding: 35px 110px 0px;
}
.brushes {
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
background-color: mediumspringgreen;
}
.frames {
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
background-color:lightcoral;
}
.paint {
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color: white;
background-color: skyblue;
}
#prices {
font-family:Helvetica;
font-weight: bold;
color: blue;
}