edit: modif mineure CSS

started: task#4 (responsive hauteur sur welcome + regen)
This commit is contained in:
2026-03-01 06:18:43 +01:00
parent e2e805fda6
commit ce8181d3db
3 changed files with 48 additions and 15 deletions
+8 -1
View File
@@ -84,11 +84,18 @@ import { toRaw } from 'vue'
.imgStyle{ .imgStyle{
width:250px; width:250px;
} }
@media (min-height:720px){
#regenBtn{ #regenBtn{
left:3.33%; left:3.33%;
bottom:3.33%; bottom:3.33%;
} }
}
@media (max-height:720px){
#regenBtn{
left:3.33%;
bottom:6%;
}
}
/*Highlights size*/ /*Highlights size*/
.imgStyle.highlightItem{ .imgStyle.highlightItem{
+22 -3
View File
@@ -21,7 +21,9 @@
<br> <br>
alors voici quelques infos sur mes pratiques : alors voici quelques infos sur mes pratiques :
<br><br> <br><br>
je pense qu'il ya déjà assez de vêtements sur cette Terre (merci la fast-fashion...) et qu'en recyclant ceux déjà existant on pourrat s'habiller PENDANT DES SIÈCLES! je pense qu'il ya déjà assez de vêtements sur cette Terre (merci la fast-fashion...) et qu'en recyclant ceux déjà existant on pourrat s'habiller
<br>
PENDANT DES SIÈCLES!
<br><br> <br><br>
je travaille une esthétique punk, brutaliste je travaille une esthétique punk, brutaliste
<br> <br>
@@ -76,7 +78,7 @@
<p>Your Contact Info (so i can reply ^^) :</p> <p>Your Contact Info (so i can reply ^^) :</p>
<input type="text" ref="yourContact" class="formContact" id="your_contact" placeholder="Phone or E-mail or Instagram or Signal"> <input type="text" ref="yourContact" class="formContact" id="your_contact" placeholder="Phone or E-mail or Instagram or Signal">
<p>Your Message :</p> <p>Your Message :</p>
<input type="text" ref="yourMessage" class="formContact" id="your_message" placeholder="Type whatever you want here ..."> <textarea ref="yourMessage" class="formContact" id="your_message" placeholder="Type whatever you want here ..." wrap="hard" cols="33"></textarea>
<button type="button" id="sendMsg">SEND !</button> <button type="button" id="sendMsg">SEND !</button>
</div> </div>
@@ -178,6 +180,7 @@
} }
/*===============format large*/ /*===============format large*/
@media (min-width:500px){ @media (min-width:500px){
@media (min-height:720px){
#welcomeBtn{ #welcomeBtn{
left:3.33%; left:3.33%;
bottom:8.5%; bottom:8.5%;
@@ -187,6 +190,18 @@
bottom:13.12%; bottom:13.12%;
left:3.33%; left:3.33%;
} }
}
@media (max-height:720px){
#welcomeBtn{
left:3.33%;
bottom:13%;
}
#welcome_pannel{
bottom:20%;
left:3.33%;
}
}
} }
@@ -218,7 +233,7 @@
border-width: thin; border-width: thin;
border-style: solid; border-style: solid;
color:var(--light-color); color:var(--light-color);
width:94%; width:300px;
font-weight:lighter; font-weight:lighter;
border-radius: 30px; border-radius: 30px;
background-color: var(--dark-color); background-color: var(--dark-color);
@@ -235,6 +250,10 @@
#your_message{ #your_message{
height: 150px; height: 150px;
width:290px;
padding-top:5px;
padding-right: 15px;
border-radius: 20px;
} }
#sendMsg{ #sendMsg{
+8 -1
View File
@@ -87,6 +87,10 @@ a{
animation: float 1s ease-in-out infinite; animation: float 1s ease-in-out infinite;
} }
.floating:hover{
animation: none;
}
@keyframes float { @keyframes float {
0% { transform: translateY(0px); } 0% { transform: translateY(0px); }
35% { transform: translateY(1px); } 35% { transform: translateY(1px); }
@@ -313,7 +317,7 @@ header {
#about{ #about{
position:fixed; position:fixed;
background-color: var(--dark-color); background-color: var(--dark-color);
height: auto; height: 500px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
@@ -345,6 +349,9 @@ header {
font-size:16px; font-size:16px;
color: var(--light-color); color: var(--light-color);
font-weight: lighter; font-weight: lighter;
padding-right: 10px;
overflow-y: scroll;
scroll-behavior: smooth;
} }
/*===============format haut*/ /*===============format haut*/