Skip to content

Commit

Permalink
hoovewr has been added and some link and buttin has been changed
Browse files Browse the repository at this point in the history
ayni sekil
  • Loading branch information
efekanyuksel4 committed Jun 17, 2024
1 parent 7771ec2 commit de39273
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 45 deletions.
29 changes: 7 additions & 22 deletions cv.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,16 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
min-height: 100vh;
background-color: #f0f0f0;
}

section {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
max-width: 800px;
width: 90%;
max-width: 1200px;
}

.cv {
display: flex;
gap: 2%;
width: 100%;
justify-content: center;
}

.cv img {
width: 48%;
height: auto;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px;
background-color: #fff;
padding: 20px;
box-sizing: border-box;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
48 changes: 29 additions & 19 deletions mina.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,43 @@
.container{
.container {
text-align: center;
color: white;
padding-top: 20px;
}
*{
background-color:rgb(35, 52, 73);

* {
background-color: rgb(35, 52, 73);
}

.button{
.button {
color: white;
width: 20%;


border-color: white;

z-index: 1;



border: 1px solid white;
text-align: center;
height: 100px;
transition: box-shadow 0.3s ease; /* Geçiş efekti */
}
.buttondiv{

.buttondiv {
display: flex;
justify-content:space-evenly;
justify-content: space-evenly;
margin-top: 15%;
background-color: transparent;





}

.button1 {
color: white;
width: 20%;
text-decoration: none;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid white;
height: 100px;
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Geçiş efektleri */
}

.button1:hover {
transform: translateY(-5px); /* Yükselme efekti */
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* Gölge efekti */
}
8 changes: 4 additions & 4 deletions mina.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<div class="container">
<h1 class="baslik">Mina</h1>
<h3 class="altbaslik">Welcome to my page</h3>
<p class="seclan">please select of the option</p>
<p class="seclan">Please select one of the options</p>
</div>
<div class="buttondiv">
<a class="button" href="cv.html">aa</a>
<button class="button"> aloo</button>
<a class="button1" href="cv.html">aa</a>
<button class="button"><a href="cv.html">aloo</a></button>
</div>
</body>
</html>
</html>

0 comments on commit de39273

Please sign in to comment.