forked from sarahdoi/Oun-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparentRequests.css
77 lines (63 loc) · 1.16 KB
/
parentRequests.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
body{
text-align:center;
font-family: monospace;
margin-top: -50px;
}
.footer-distributed{top: 800px;}
.footer-distributed .footer-icons a{ margin-bottom: 2px;}
.mytitle{
margin-top: 0;
text-align: center;
color: rgb(41, 33, 78);
}
.card {
background: white;
border-radius: 6px;
display: inline-block;
height: 370px;
width: 275px;
margin-top: 50px;
box-shadow:0 12px 13px rgba(0,0,0,0.16), 0 12px 13px rgba(0,0,0,0.16);
margin-left: 20px;
margin-right: 20px;
}
.img {
border-radius: 100%;
margin-top: 20px;
width: 100px;
height: 100px;
}
.name {
color: black;
font-size: 24px;
font-weight: bold;
}
.title {
color: black;
font-size: 16px;
}
.desc {
font-size: 16px;
margin-left: 35px;
margin-right: 30px;
color: black;
margin-top: 10px;
width: 200px;
}
input[type=text] {
background: rgb(209, 207, 207);
border: none;
border-radius: 30px;
font: gray;
height: 40px;
width: 35%;
}
.text {
width: 35%;
margin-right: 5px;
}
.details a{
font-size: 14px;
color:grey;
text-decoration: underline;
}