-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampus.css
119 lines (95 loc) · 2.41 KB
/
campus.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
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
112
113
114
115
116
117
118
119
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f0f0f0;
/* background-image: url(images/pexels-pixabay-53594.jpg); */
}
.section-container {
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
}
.glassmorphism {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 10px;
text-align: center;
align-items: center;
}
.glas {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 10px;
text-align: center;
align-items: center;
margin: 20px;
background-image: url(images/bg.jpeg);
}
.glass {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 10px;
text-align: center;
align-items: center;
padding-left: 60px;
padding-right: 60px;
margin: 20px;
background-image: url(images/light-purple-blur-background-vector.jpg);
}
nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
align-items: center;
}
nav img {
width: 100px;
height: auto;
align-items: center;
margin-left: 050px;
}
nav h1 {
font-size: 30px;
}
glass h2{
font-size: 50px;
text-align: center;
}
P{
text-align: justify;
color: rgb(0, 0, 0);
font-size: 18PX;
align-items: center;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f0f0f0;
}
.footer-container {
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
padding: 20px;
margin: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
}
.glassmorphismm {
background: rgba( 0, 0, 0, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
background-image: url("images/wp2672827.webp");
}