Skip to content

Commit 3600ea6

Browse files
committed
added challenges
1 parent f2daf9a commit 3600ea6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

FrontendMentor33—age-calculator-app/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
</head>
2121
<body>
2222
<main>
23+
<h1 class="sr-only">
24+
Age calculator App
25+
</h1>
2326
<form>
2427
<div class="input__container">
2528
<label for="day-input">Day</label>

FrontendMentor33—age-calculator-app/src/output.css

+12
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,18 @@ video {
554554
--tw-contain-style: ;
555555
}
556556

557+
.sr-only {
558+
position: absolute;
559+
width: 1px;
560+
height: 1px;
561+
padding: 0;
562+
margin: -1px;
563+
overflow: hidden;
564+
clip: rect(0, 0, 0, 0);
565+
white-space: nowrap;
566+
border-width: 0;
567+
}
568+
557569
/* Global styles */
558570

559571
body {

0 commit comments

Comments
 (0)