-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
130 lines (79 loc) · 1.67 KB
/
style.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
120
121
122
123
124
125
126
127
128
129
130
.panah {
position: fixed;
}
nav {
background-color: #80b1b3;
}
.row-1 {
background-color: #80b1b3;
}
.text-wellcome {
margin-top: 100px;
}
.img-wellcome {
margin-top: 100px;
}
.profile {
padding-top: 5rem;
background-image: url("Image/background.jpg");
background-attachment: fixed;
}
.jumbotron1 {
background-color: #80b1b3;
}
.btn1 {
margin-left: 150px;
background-color: #a6a6a6;
}
.portfolio {
background-color: #80b1b3;
}
.about {
border-color: black;
border-radius: 10px;
background-color: #8c8c8c;
}
.card {
border: none;
background-color: #437070;
border-radius: 20px;
}
#About {
background-color: #a6a6a6;
}
.card-img-top {
border-top-left-radius: 19px;
border-top-right-radius: 19px;
}
.card:hover {
transform: translateY(-15px);
transition: transform .3s;
}
.slide {
width: 1100px;
margin: auto;
}
.copy {
color: white;
text-align: center;
background-color: #273036;
}
div.galery {
margin: 5px;
border: 1px solid #ccc;
}
div.gallery img {
width: 100%;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: 100px; /* Remove borders */
color: black; /* Set a background color */
cursor: pointer; /* Add a mouse pointer on hover */
border-radius: 490px; /* Rounded corners */
font-size: 32px; /* Increase font size */
}