Saati ortaladım.

This commit is contained in:
Yusuf Kozan 2021-04-05 22:30:34 +03:00
parent 38dc5190b3
commit 5f249cd420
No known key found for this signature in database
GPG key ID: 3AFF08D4A621A314
2 changed files with 2 additions and 6 deletions

View file

@ -9,9 +9,9 @@
</head> </head>
<body> <body>
<ul class="nav"> <ul class="nav">
<li><a class="active" href="#"><b>Etkinlikler</b></a></li> <li style="float: left;"><a class="active" href="#"><b>Etkinlikler</b></a></li>
<li style="float: right;"><a href="#"><img src="images/kontrol.svg" alt="kontrol"></a></li> <li style="float: right;"><a href="#"><img src="images/kontrol.svg" alt="kontrol"></a></li>
<li style="float: right"><a href="#"><b>Pzt 12:00</b></a></li> <li style="float: none; width: max-content; margin: auto;"><a href="#"><b>Pzt 12:00</b></a></li>
</ul> </ul>
<iframe class="web" src="merhaba.html" frameborder="0"></iframe> <iframe class="web" src="merhaba.html" frameborder="0"></iframe>
</body> </body>

View file

@ -20,10 +20,6 @@ body {
border-radius: 50px; border-radius: 50px;
} }
li {
float: left;
}
a { a {
display: block; display: block;
color: white; color: white;