-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructures.css
More file actions
91 lines (75 loc) · 1.56 KB
/
structures.css
File metadata and controls
91 lines (75 loc) · 1.56 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
.container {
margin-top: 100px;
}
.row {
/* padding-top: 10px;
padding-bottom: 10px; */
padding: 10px;
border-bottom: 1px solid rgba(0,0,0,0.25);
margin: 10px;
}
#proj1 {
background-color: #e6f2ff;
border-radius: 10px;
}
.sec1 {
background-image: url(./images/emergRoom.jpg);
background-repeat: no-repeat;
background-position: 60% 40%;
background-size: cover;
border: 2px solid #595959;
border-radius: 20px;
padding: 100px;
}
#proj2 {
background-color:#ffccee;
border-radius: 10px;
}
.sec2 {
background-image: url(./images/port.png);
background-repeat: no-repeat;
background-position: 60% 40%;
background-size: cover;
border: 2px solid #595959;
border-radius: 20px;
padding: 100px;
}
#proj3 {
background-color: white;
border-radius: 10px;
}
.sec3 {
background-image: url(./images/spellCheck.jpg);
background-repeat: no-repeat;
background-position: 60% 40%;
background-size: cover;
border: 2px solid #595959;
border-radius: 20px;
padding: 100px;
}
#proj4 {
background-color: #d9f2d9;
border-radius: 10px;
}
.sec4 {
background-image: url(./images/assistant.jpg);
background-repeat: no-repeat;
background-position: 60% 40%;
background-size: cover;
border: 2px solid #595959;
border-radius: 20px;
padding: 100px;
}
#proj5 {
background-color: #ffc299;
border-radius: 10px;
}
.sec5 {
background-image: url(./images/TrafficLights.jpg);
background-repeat: no-repeat;
background-position: 60% 40%;
background-size: cover;
border: 2px solid #595959;
border-radius: 20px;
padding: 100px;
}