DEV Community

Dinesh G
Dinesh G

Posted on

Day 16 of my JAVA FULL STACK Development Learning Journey:HTML&CSS

Hey all!
Welcome to my another blog. Here is a another blog from my html & css series, about my fourth project of google login page. What I learn Today.

<div> division

<div class="header">
<div class="left">

    <li><a href="">About</a></li> <li><a href="">Store</a></li>

</div>

<li><img src=""alt=""></li>




<p> or </p>

or{
display flex;
jusitfy content:cut;
alien items:cut;



.header{
            padding: 10px;
            display: flex;
            justify-content: space-between;
        }
.header ul{
            /* border: 1px solid; */
            list-style-type: none;
            gap: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: black;
            font-size: 13px;
        }
.main-layout{
            border: 1px solid;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

        }
.main-layout img{
           display: flex;
           flex-direction: column;
           align-items: center;

        }  

And today is my first day in communication class.
In first day class of to tell about myself and this is best experiences to me in the communication class.

Top comments (0)