-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.css
48 lines (48 loc) · 857 Bytes
/
project.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
.projectContent{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
gap: 5px;
}
#s1{
padding: 50px;
text-align: center;
font-size: 2em;
border-style: dashed;
height: 300px;
}
#s2{
padding: 50px;
text-align: center;
font-size: 2em;
border-style: dashed;
height: 300px;
}
#s3{
padding: 50px;
text-align: center;
font-size: 2em;
border-style: dashed;
height: 300px;
}
#s4{
padding: 50px;
text-align: center;
font-size: 1em;
border-style: dashed;
height: 100px;
}
#s5{
padding: 50px;
text-align: center;
font-size: 1em;
border-style: dashed;
height: 100px;
}
#s6{
padding: 50px;
text-align: center;
font-size: 1em;
border-style: dashed;
height: 100px;
}