Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="ssilka">
- <a href="#">ССЫЛКА</a>
- </div>
- .ssilka {
- width: 300px;
- height: 200px;
- background: #000;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .ssilka a {
- display: block;
- height: 100%;
- color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement