forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab-html-exercise-iola.css
More file actions
57 lines (47 loc) · 878 Bytes
/
lab-html-exercise-iola.css
File metadata and controls
57 lines (47 loc) · 878 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Poppins');
* {
margin: 5;
padding: 10;
}
body {
font-family: 'Poppins';
}
.header {
padding: 0 25px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid lighitgray;
laber-color: rgba(0,0,0,.05)
-input-color: rgba(0,0,0,.05)
button-background color: #fb3e44
button letters color: white
flex-direction: row
}
.nav {
width: 600px;
}
.nav ul {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
float: right;
background: rgb (0,0,0,.05)
}
.nav a {
text-decoration: none;
color: black;
}
.blackHeart {
width: 20px;
margin-right: 1rem;
}
#2.Bring the best {
high:600px
background: rgba(232,217,217,.3)
}
.see plans button{
background: #FB3B49
box shadow: 8px 8px 0rgba(251,59,73,.2)
}