-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (43 loc) · 871 Bytes
/
Copy pathstyle.css
File metadata and controls
50 lines (43 loc) · 871 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
body{
background-color: #606060;
}
.nav-bar-list-item-button{
height: 40px;
width: 200px;
background-color: #000099;
border-radius: 10px ;
padding: 5px;
font-size: 20px;
color: white;
}
.nav-bar-list-item-button:hover{
background: #0099FF;
}
.nav-bar-list-item{
list-style: none;
display: inline-flex;
margin-right: 40px;
margin-left: 40px;
color:white;
text-align: center;
}
.nav-bar{
border-style:solid;
border-color:#C5C6C7;
background: #0099ff;
box-shadow: 2px 2px 2px 2px;
}
#my-canvas{
margin-left: -7px;
margin-top: -7px;
padding: 0px;
border-style: solid;
border-color: #0099FF;
}
.textbox{
margin: 10px;
height: 60px;
width: 1480px;
font-size: 20px;
border-radius: 30px 30px 30px 30px;
}