-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDictatorsNeedToLookGoodToo.css
More file actions
109 lines (92 loc) · 1.77 KB
/
Copy pathDictatorsNeedToLookGoodToo.css
File metadata and controls
109 lines (92 loc) · 1.77 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.hidden {
visibility: hidden;
display: none;
}
.authors {
border-radius: 1rem;
background-color: lightskyblue;
padding: 1rem;
margin: 5rem 1rem 1rem;
}
.nav-wrapper {
display: flex;
width: 100%;
height: 100%;
align-items: stretch;
}
.center-contents {
text-align: center;
align-content: center;
align-items: center;
align-self: center;
}
.other-wrapper {
width: 100%
}
.nav-group {
padding: 1rem;
background-color: lightskyblue;
border-radius: 1rem;
}
.buy-div {
border-radius: 1rem;
padding: 1rem;
width: 95%;
margin: 1rem;
background-color: lightskyblue;
}
.limit-height {
height: 15rem !important;
}
.limit-img {
width: 5rem;
height: 5rem;
}
.pad-left {
padding-left: 2rem;
}
.body-css {
background-color: #de0000;
/* background-image: url("img/soviet.jpeg"); */
background-size: cover; /* <------ */
background-repeat: no-repeat;
/*background-position: center center; !* optional, center the image *!*/
}
.powerProduce {
border-radius: 0.5rem;
padding: 1rem;
margin: 1rem;
background-color: darkgrey;
}
.waterStore {
border-radius: 0.5rem;
padding: 1rem;
margin: 1rem;
background-color: lightseagreen;
}
.waterGet {
border-radius: 0.5rem;
padding: 1rem;
margin: 1rem;
background-color: lightseagreen;
}
.title-div {
margin: auto;
margin-top: 2.5rem;
text-align: center;
border-radius: 2.5rem;
background-color: darkblue;
color: white;
height: 90%;
width: 90%;
border: solid black 0.125rem;
}
.ask-div {
border-radius: 1rem;
margin: auto;
align-content: center;
text-align: center;
width: 50%;
padding: 1rem;
background-color: lightskyblue;
}