-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathS1_Akshayan.css
More file actions
98 lines (90 loc) · 1.84 KB
/
S1_Akshayan.css
File metadata and controls
98 lines (90 loc) · 1.84 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
92
93
94
95
96
97
98
body{
background-color: #999999;;
font-family: 'Saira Semi Condensed', sans-serif;
background: url(Image/wallpapersden.com_mountain-retreat_5120x2880.jpg) no-repeat;
background-size: cover;
}
.card {
font-family: 'Saira Semi Condensed', sans-serif;
width: 400px;
text-align: center;
font-family: arial;
position:absolute;
background-color: rgb(228, 228, 228);
margin-top: 20px;
margin-left: 35%;
margin-bottom:50px;
border-radius: 8px;
}
p{
margin-top: -20px;
font-family: 'Saira Semi Condensed', sans-serif;
margin-right: 8px;
}
hr{
border-top: 1px dashed blue;
}
.card_footer{
background-color: black;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.info{
margin-left: 35px;
}
th{
text-align: start;
}
td{
font-family: 'Saira Semi Condensed', sans-serif;
text-align: start;
padding-left: 10px;
}
td,th{
padding-bottom: 10px;
}
img{
margin-top: 20px;
box-shadow: 1px 2px lightslategray;
border: 1px solid black;
border-radius: 5px;
transition: .3s;
}
img:hover{
box-shadow: 5px 5px 20px black;
transform: scale(1.005);
}
@media only screen and (max-width: 600px){
.card{
margin-left: 50px;
float: left;
position: static;
}
.homebutton #mybtn{
margin-right: 90px;
}
.footer{
padding-left: 100px;
}
}
.icon{
width: 30px;
height: 30px;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 10px;
}
.icon img:hover{
background-color: black;
}
.homebutton{
position: relative;
float: right;
margin-top: 50px;
margin-right: 80px;
}
#mybtn img{
width: 50px;
height: 50px;
background-color: #8dc3c4;
}