-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (51 loc) · 799 Bytes
/
Copy pathstyle.css
File metadata and controls
63 lines (51 loc) · 799 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
58
59
60
61
62
63
h1 {
font-size: 54px;
text-transform: uppercase;
}
.navbar {
background-color: rgb(203, 233, 230);
width: 50%;
}
.container-fluid {
display: flex;
align-items: center;
flex-direction: column;
background-color: #37505C;
height: 100vh;
}
.col-4{
margin:0px;
padding:0px;
}
div.no-bottom{
border-bottom: 0px solid;
}
div.no-right{
border-right: 0px solid;
}
.box {
height: 100px;
width: 100px;
display: flex;
font-size: 0px;
border-right: 2px solid;
border-bottom: 2px solid;
}
img {
max-width:100px;
max-height:100px;
}
button {
/*
padding:
margin-bottom:
border-radius:
font-weight:
*/
}
button:hover {
/*
cursor: pointer;
transform: translateY(-2px);
*/
}