DEV Community

Dinesh G
Dinesh G

Posted on

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

Hi Everyone!
Today is my fourteenth day class in Java full stack Development course. I am going to share my Second project resume . What I learn Today.

Continue the resume project

.left{
            border: 1px solid;
            height: 100vh;
            background-color: aquamarine;
            color: white;
            padding: 0 15px 0 15px;

        }
        .right{
            border: 1px solid;
            height: 100vh;
        }
Enter fullscreen mode Exit fullscreen mode
table,th,td{
            border: 1px solid;
            border-collapse: collapse;
            padding: 10px;
        }

Enter fullscreen mode Exit fullscreen mode

Happy coding

Top comments (0)