Social Sciences, asked by 7TeeN, 8 months ago

next code is amazing......

Answers

Answered by MRsteveAustiN
24

</p><p></p><p></p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>&lt;style&gt;</p><p>    </p><p>@import url('https://fonts.googleapis.com/css?family=Almendra+SC');</p><p></p><p>body {</p><p>    margin:0;</p><p>    padding:0;</p><p>    background:#000080;</p><p></p><p>}</p><p>.container{</p><p>    top:30%;    </p><p>}</p><p>ul{</p><p>    padding:7px;</p><p>    margin:10px;</p><p>    position:absolute;</p><p>    left:32%;</p><p>    top:27%;</p><p>}</p><p> ul li{</p><p>    width:130px;</p><p>    height:130px;</p><p>    list-style:none;</p><p>    position:absolute;</p><p>     border-radius:0% 100% 0% 100% / 0% 100% 0% 100%;;</p><p>    box-shadow:0 0 5px rgba(0,0,0,.5);</p><p>    transform-origin: bottom center;</p><p>    animation: anim 10s linear infinite;</p><p>}</p><p>@keyframes anim {</p><p>    0%{</p><p>        transform:rotate(0deg);</p><p>    }</p><p>    100%{</p><p>    </p><p>        transform:rotate(360deg);</p><p>    }</p><p>}</p><p>ul li:nth-child(1)</p><p>{</p><p>    animation-delay:0s;</p><p>    background:powderBlue;</p><p>}</p><p>ul li:nth-child(2)</p><p>{</p><p>    animation-delay:1s;</p><p>    background:wheat;</p><p>}</p><p>ul li:nth-child(3)</p><p>{</p><p>    animation-delay:2s;</p><p>    background:#FF69B4;</p><p>}</p><p>ul li:nth-child(4)</p><p>{</p><p>    animation-delay:3s;</p><p>    background:orangered;    </p><p>}</p><p>ul li:nth-child(5)</p><p>{</p><p>    animation-delay:4s;</p><p>    background:#F0E68C;</p><p>}</p><p>ul li:nth-child(6)</p><p>{</p><p>    animation-delay:5s;</p><p>    background:cyan;</p><p>}</p><p>ul li:nth-child(7)</p><p>{</p><p>    animation-delay:6s;</p><p>    background:#FA8072;</p><p>}</p><p>      ul li:nth-child(8)</p><p>{</p><p>    animation-delay:7s;</p><p>    background:#BA55D3;</p><p>}</p><p> ul li:nth-child(9)</p><p>{</p><p>    animation-delay:8s;</p><p>    background:#ADFF2F;</p><p>}</p><p> ul li:nth-child(10)</p><p>{</p><p>    animation-delay:9s;</p><p>    background:yellow;</p><p>}</p><p></p><p> ul li:nth-child(11)</p><p>{</p><p>    animation-delay:9s;</p><p>    background:gold;</p><p>}</p><p> ul li:nth-child(12)</p><p>{</p><p>    animation-delay:9.5s;</p><p>    background:#C71585;</p><p>}</p><p>section {</p><p>  margin-top:5%;</p><p>  width:92%;</p><p>    margin-left:5%;</p><p>    border-radius:10px;</p><p>    color:white;</p><p>    font-family:consolas;</p><p>    box-sizing:border-box;</p><p>    padding:3px;</p><p>    height:400px;</p><p>    overflow-y:auto;</p><p>    box-shadow:0 0 30px gold ;</p><p>    background-color: #000088;</p><p>}  </p><p>   h1{</p><p>    background-color: #000080;</p><p>    box-shadow:0 0 40px white;</p><p>    width:100%;</p><p>    border-radius:5px;  </p><p>    color: white;</p><p>    height:40px;</p><p>    font-size:26px;</p><p>    font-family: Almendra SC;</p><p>} </p><p>&lt;/style&gt; </p><p>         &lt;link rel="stylesheet" type="text/css" href="style.css"&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p>    </p><p>    </p><p>   &lt;ul&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>        &lt;li&gt;&lt;/li&gt;</p><p>    &lt;/ul&gt;</p><p>    </p><p>        </p><p>        &lt;section style="color:lime;font-family:Almendra SC;word-spacing:5px;letter-spacing:3px; height:auto"&gt;</p><p>            s</p><p>            &lt;marquee&gt;7TeeN &amp; MrSteveAustiN &amp; MrAustiN&lt;/marquee&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;It does not insist on its own way; it is not irritable or resentful; it does not rejoice in wrongdoing, but rejoices in the truth. It bears all things, believes all things, hopes all things, endures all things. Love never ends” </p><p></p><p>        &lt;/section&gt;</p><p>    &lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Similar questions