-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (67 loc) · 1.17 KB
/
Copy pathstyles.css
File metadata and controls
74 lines (67 loc) · 1.17 KB
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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.header-container {
color: #002249;
background-color: #c3f6ed;
display: flex;
justify-content: center;
}
.header {
width: 900px;
height: 300px;
display: flex;
font-size: xx-large;
font-weight: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
justify-content: space-around;
align-items: center;
}
.button-container {
display: flex;
justify-content: center;
height:800px;
background-image: url(images/bookshelf.jpg);
}
.footer {
display: flex;
justify-content: space-between;
}
.footer-item {
border: 1px solid #fff;
background-color: #c3f6ed;
height: 200px;
flex: 1;
}
.footer-one,
.footer-three {
background-color: #01260c81;
flex: initial;
width: 300px;
}
dialog {
margin: 10% auto;
width: 80%;
height:60%;
max-width: 500px;
background-color: blanchedalmond;
padding: 50px;
border: 0;
border-radius: 5px;
}
button{
background-color: rgb(38, 0, 209);
width: 150px;
height:50px;
color:white;
border-radius: 20px;
font-size: large;
}
label{
font-size:large;
}
input{
font-size:medium;
}