-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleSmall.css
98 lines (91 loc) · 1.9 KB
/
styleSmall.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*fontes*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@300&display=swap');
.container{
margin: 0 auto;
margin-top: 80px;
display: flex;
width: 230px;
height: 1200px;
flex-wrap: wrap;
}
.sedans{
width: 230px;
height: 400px;
background-color: hsl(31, 77%, 52%);
border-radius: 10px 10px 0px 0px;
}
.btn{
margin-left: 30px;
margin-top: 60px;
width: 120px;
height: 35px;
border-radius: 50px;
align-items: center;
font-size: 14px;
text-decoration: none;
}
.btn-outline-light1{
background-color: #FFFFFF;
border-color: #FFFFFF;
color: hsl(31, 77%, 52%);
}
.btn-outline-light1:hover {
background-color: Transparent;
color: #FFFFFF;
}
.suvs{
width: 230px;
height: 400px;
background-color: hsl(184, 100%, 22%);
}
.btn-outline-light2{
background-color: #FFFFFF;
border-color: #FFFFFF;
color: hsl(184, 100%, 22%);
}
.btn-outline-light2:hover {
background-color: Transparent;
color: #FFFFFF;
}
.luxury{
width: 230px;
height: 400px;
background-color: hsl(179, 100%, 13%);
border-radius: 0px 0px 10px 10px;
}
.btn-outline-light3{
background-color: #FFFFFF;
border-color: #FFFFFF;
color: hsl(179, 100%, 13%);
}
.btn-outline-light3:hover {
background-color: Transparent;
color: #FFFFFF;
}
.titulo{
margin-left: 30px;
margin-top: 30px;
color: rgb(255, 255, 255);
font-family: 'Big Shoulders Display';
text-transform: uppercase;
font-size: 32px;
letter-spacing: 1px;
}
p{
margin-left: 30px;
margin-top: 30px;
font-size: 10px;
color: rgb(255, 255, 255);
margin-right: 30px;
font-family: 'Lexend Deca';
line-height: 1.8;
word-spacing: 0.1px;
letter-spacing: 0.3px;
opacity: 0.7;
}
img{
margin-left: 30px;
margin-top: 30px;
width: 40px;
}