-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
71 lines (61 loc) · 1.13 KB
/
app.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
body {
background-color: rgb(203, 229, 235);
/*padding-left:30px;*/
padding-right:60px;
}
#page-container{
position: relative;
min-height: 100vh;
}
#content-wrap{
padding-bottom: 2.5rem;
}
footer{
position: absolute;
bottom: 0;
background-color: rgb(55, 88, 168);
margin-top:20px;
margin-left:30px;
margin-right:0px;
padding:10px;
color:white;
width: 100%;
height: 2.5rem;
}
p{
font-family: Verdana;
}
a:link {
color: rgb(6, 0, 128);
background-color: transparent;
text-decoration: none;
}
a:visited {
color: rgb(6, 0, 128);
background-color: transparent;
text-decoration: none;
}
a:hover {
color: purple;
background-color: transparent;
text-decoration: none;
}
header {
text-align: left;
padding: 0px;
padding-left: 30px;
}
.mycontainer {
display: flex;
padding: 10px;
margin-top: -15px;
}
.mycontainer > div {
margin: 20px;
margin-right: 40px;
font-family: verdana;
font-weight: bold;
}
.container-1{
display: flex;
}