-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeup-design-css.css
More file actions
67 lines (46 loc) · 1.04 KB
/
codeup-design-css.css
File metadata and controls
67 lines (46 loc) · 1.04 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
body {
background-color: lightgray;
height: auto;
}
.circle-with-text {
width: 105px;
height: 105px;
border-radius: 50%;
border: 5px solid white;
color: white;
font-family: Anton Regular;
text-align: center;
margin: 2em;
}
.smcircle {
width: 25px;
height: 25px;
color: white;
text-align: center;
border-radius: 50%;
font-family: Anton Regular;
}
.navbar-brand {
height: 105px;
width: 105px;
}
.card-body {
background-color: lightgray;
}
/*}*/
/*.d-none*/
/*!*.d-lg-block{*!*/
/*!* width: 440px;*!*/
/*!*}*!*/
/*!*`md` applies to small devices (landscape phones, less than 768px)*!*/
/*@media (max-width: 767.98px) {*/
/*}*/
/*// `lg` applies to medium devices (tablets, less than 992px)*!*!*/
/*@media (max-width: 991.98px) {*/
/*}*/
/*// `xl` applies to large devices (desktops, less than 1200px)*!*!*/
/*@media (max-width: 1199.98px) {*/
/*}*/
/*// `xxl` applies to x-large devices (large desktops, less than 1400px)*!*!*/
/*@media (max-width: 1399.98px) {*/
/*}*/