forked from Harry-Rinaudo/Harry-Rinaudo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbudget-styles.css
More file actions
51 lines (44 loc) · 760 Bytes
/
budget-styles.css
File metadata and controls
51 lines (44 loc) · 760 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
:root {
font-family: Arial, sans-serif;
background-color: white;
}
a{
text-decoration: none;
}
#box-container {
padding-top: 3.5%;
display: flex;
flex-wrap: wrap;
background-color: #F76902;
justify-content: center;
}
.image-container {
justify-content: center;
flex-direction: column;
display: flex;
border-radius: 5px;
border: solid black 2px;
background-color: white;
height: 20%;
margin: 2.5%;
}
img {
margin: 0 35%;
color: black;
}
#box-container p {
padding-top: 2%;
font-size: 20px;
margin: 0 40%;
text-align: center;
color: black;
}
h1 {
font-size: 18px;
color: #F76902;
}
h2 {
padding-left:40%;
padding-right:40%;
color: black;
}