-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
63 lines (57 loc) · 1.23 KB
/
style1.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
.name-1{
color: #e7ebff;
line-height: 1em;
font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
font-size: 2em;
position: fixed
}
.amal-head{
background-color: #333;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%;
font-family: 'Roboto', sans-serif;
z-index:1
}
.about{
float: left;
color: rgb(27, 14, 2) ;
padding-top:5em;
}
.photo{
color: rgb(182, 142, 13);
width: 30em;
height: 60em;
}
body{
background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.div-qout{
color: rgb(12, 1, 19);
}
.outer{
background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.card1{
width:18em;
background-color: #00DBDE;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.card2{
width: 18em;;
background-color: #D9AFD9;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.subheading{
color: #00DBDE;
font-size: 2em;
}
.about-info{
font-size: 2em;
}
outer{
background-image:#f8f9fa !important
}
.footers{
background-color: #333;
}