forked from hack4impact-calpoly/bootcamp-project-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
84 lines (70 loc) · 1.18 KB
/
styles.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
72
73
74
75
76
77
78
79
80
81
82
83
84
.logo {
color: black;
}
.navbar {
background-color:rgb(250, 221, 226);
}
.body{
background-color:rgb(250, 221, 226);
}
.body{
font-family: 'Courier New', Courier, monospace;
}
.pagetitle{
background-color: rgb(250, 221, 226);
}
.Directory{
font-size: medium;
}
.mainblog{
background-color: rgb(250, 221, 226)
;
}
a{
text-decoration: none;
}
.button1{
background-color: rgb(250, 221, 226);
border: palevioletred;
border-style: outset;
border-width: 1cqb;
text-align: center;
font-size: 16px;
}
.nav-list{
border: rgb(111, 203, 154);
border-style : inset;
border-width:1cqb;
}
.box{
border-color: black;
}
.list{
color: black;
}
.section-title{
color: palevioletred;
}
.body {
margin: 20px;
padding: 20px;
border-color : rgb(111, 203, 154);
border-style :outset;
border-width:7cqb;
}
.project-description{
font-size: small;
}
.nav-list{
display: inline-block;
font-weight: 300;
}
ul {
list-style: none;
padding: 0;
}
li {
display: inline;
margin-right: 70px; /* optional, adds some spacing between list items */
;
}