Skip to content

Commit 4298a34

Browse files
committed
up
1 parent 6768a3d commit 4298a34

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

pages/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ li{
175175
background-color: rgb(55, 1, 71);
176176
background: linear-gradient(180deg,rgb(55, 1, 71), #ff3600 100% ) ;
177177
overflow: hidden;
178-
/* padding-bottom: 30px; */
179178
}
180179
#tes{
181180
background-image: url(../ressource/img/backcv.png);
@@ -192,11 +191,11 @@ li{
192191
.competence li{
193192
display: block;
194193
color: #ffffff;
195-
font-size: 3rem;
194+
font-size: 2rem;
196195
}
197196
.t{
198197
float: inline-start;
199-
margin-right: 3rem;
198+
margin-right: 2rem;
200199
color: #ffffff;
201200

202201

@@ -215,6 +214,7 @@ li{
215214

216215
.competence h3{
217216
color: #ffffff;
217+
font-size: 3rem;
218218
}
219219
h2 {
220220
clear: both;
@@ -246,7 +246,6 @@ h2 {
246246
color: #ffffff;
247247
border-radius: 3px;
248248
margin-right: 40px;
249-
/* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
250249

251250
}
252251

sitemap.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
4+
5+
<url>
6+
7+
<loc>https://damonsas.github.io/Danhaxe_site.github.io/</loc>
8+
</url>
9+
10+
</urlset>

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
border: none;
2929
font-size: 1.5rem;
3030
cursor: pointer;
31-
}
31+
}
3232
.nav-link a {
3333
font-size: 40px;
3434
text-decoration: none;
@@ -169,6 +169,7 @@ h2{
169169
font-size: 20px;
170170
font-weight: lighter;
171171
margin-left: 5%;
172+
text-shadow: #000000 0px 0px 5px;
172173

173174
}
174175

@@ -197,16 +198,15 @@ li {
197198

198199
.propos{
199200
width: 100%;
200-
height: 600px;
201+
height: auto;
201202
background-color: #ff4400;
202203
background-size: cover;
203-
padding-top: 10px;
204-
/* opacity: 80%; */
204+
padding: 10px;
205205
}
206206

207207

208208
.propos img{
209-
width: 400px;
209+
width: 25vw ;
210210
border: 2px solid #000000 ;
211211
float: inline-end;
212212
margin-right: 30px;

0 commit comments

Comments
 (0)