-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.css
More file actions
51 lines (49 loc) · 821 Bytes
/
template.css
File metadata and controls
51 lines (49 loc) · 821 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
.demo{
font-family: 'Inconsolata', monospace;
font-size: 60px;
color: #154360;
margin-left: 55px;
padding: 30px;
}
.demo:hover{
background-color: #E3F2FD;
display: block;
margin-right: 820px;
}
body{
background-color: #D7BDE2;
}
.one{
font-family: 'IBM Plex Mono', monospace;
font-size: 24px;
color: #0000FF ;
margin-right: 10px;
margin-left: 40px;
}
.one:hover{
background-color: #ECEFF1 ;
}
.two:hover{
background-color: #ECEFF1 ;
}
.two{
font-family: 'IBM Plex Mono', monospace;
font-size: 24px;
color: #0000FF ;
margin-right: 70px;
margin-left: 30px;
}
.one1{
float: left;
width: 100px;
height: 150px;
margin-left: 10px;
margin-right: 30px;
}
.two2{
float: right;
width: 100px;
height: 110px;
margin-left: 10px;
margin-right: 10px;
}