-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaind.css
More file actions
111 lines (88 loc) · 1.58 KB
/
maind.css
File metadata and controls
111 lines (88 loc) · 1.58 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#i{position: absolute;
margin: 0px 0px 0px 20px;
}
#p{
height: 50px;
width: 50px;
}
.nav a {
color: #5a5a5a;
font-size: 15px;
font-weight: bold;
padding: 5px 15px;
text-transform: uppercase;
}
.nav li {
display: inline;
padding: 0px;
color: #5a5a5a;
font-size: 20px;
font-weight: bold;
}
.learn-more {
background-color: #efefef;
}
.learn-more h2 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}
.matrix input{
height: 100px;
width: 100px;
font-size: 25px;
padding: 20px;
margin: 10px;
color: black;
text-align: center;
}
.matrix{
position: relative;
}
.t{
height: 50px;
width: 100px;
border: 2px solid black;
border-radius: 5px;
background-color: #308014;
position: fixed;
}
#copy{
color: #5a5a5a;
font-size: 15px;
padding: 5px 20px -3px;
text-align: center;
}
.act{
color: #5a5a5a;
font-size: 15px;
font-weight: bold;
padding: 5px 15px;
text-transform: uppercase;
border: 1px dashed;
}
#pic{
height:150px;
width: 150px;
border-radius: 100%;
}
.neighborhood-guides{
background-color: #efefef;
border-bottom: 1px solid #dbdbdb;}
.neighborhood-guides h1{
color: #393c3d;
font-size: 40px;
font-weight: bold;}
.neighborhood-guides p{
margin-bottom= 13px;
font-size: 15px;}
.det p{
color: #5a5a5a;
font-size: 15px;
font-weight: bold;
padding: 5px 15px;
text-transform: uppercase;
}