-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hoovewr has been added and some link and buttin has been changed
ayni sekil
- Loading branch information
1 parent
7771ec2
commit de39273
Showing
3 changed files
with
40 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters