English, asked by sarvatjabeen766, 8 months ago

आंसर ऑफ लाइफ स्किल ऑफ मीनू एंड ई नो​

Answers

Answered by spichhoredot123
10

Explanation:

<div class="background-one">

<div class="link-container">

<a class="link-one" href="https://jhancock532.github.io/link-hover-effects/">Three</a>

</div>

</div>

<div class="background-two link-container">

<a class="link-two" href="https://jhancock532.github.io/link-hover-effects/">Fancy</a>

</div>

<div class="background-three link-container">

<a class="link-three" href="https://jhancock532.github.io/link-hover-effects/">Links</a>

</div>body {

margin: 0;

height: 100vh;

display: grid;

grid-template-columns: repeat(3, 1fr);

grid-template-rows: 1fr;

}

.background-one {

background-color: #151515;

}

.background-two {

background-color: #151515;

}

.background-three {

background-color: #151515;

}

.link-container {

display: flex;

flex-direction: column;

justify-content: center;

Similar questions