forked from Nafsun/mentortee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (55 loc) · 783 Bytes
/
style.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
a:link{
text-decoration:none;
color:red;
}
a:visited{
text-decoration:none;
color:red;
}
a:hover{
text-decoration:underline;
color:black;
}
a:active{
text-decoration:none;
color:red;
}
#mentor-mentee{
margin-left:20%;
margin-right:20%;
margin-top:100px;
background-color: lightgray;
text-align:center;
padding-top:10px;
padding-bottom:10px;
border-radius:5px;
}
.message{
color:red;
background-color: white;
padding:10px;
}
.message2{
color:white;
background-color: black;
padding:10px;
}
.message3{
color:black;
background-color: white;
padding:10px;
}
.textinput{
padding:5px;
border-radius:2px;
border-width:1px;
}
.submiter{
width:100px;
}
table{
width:80%;
margin-bottom:10px;
background-color:white;
border-radius:2px;
}