dscnsec / Pomodoro-Timer

Pomodoro timer where users can work in 25-minute intervals followed by 5-minute breaks.
4 stars 3 forks source link

UI: Add Header #3

Open shivisingh25 opened 2 hours ago

shivisingh25 commented 2 hours ago

Description

Add header with title POMODORO in the Home Page. Alignment should be Centre.

Task

Demo

image

EmanuelCG commented 2 hours ago

Hi, you can do it by applying these styles:

        body {
            margin: 0;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Inter', sans-serif;
        }

        h1 {
            font-size: 3em;
            font-weight: 700;
            text-align: center;
        }
NikitaKarmakarP commented 1 hour ago

@shivisingh25 Please assign me this issue

shivisingh25 commented 13 minutes ago

@NikitaKarmakarP You can proceed now.