<!DOCTYPE html>
<
html
data-color-mode
=
"dark"
data-dark-theme
=
"dark"
>
<
head
>
<
title
>Primer CSS | Dark Theme</
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
center
>
<
div
class
=
"m-4"
>
<
h1
class
=
"color-fg-success"
> GeeksforGeeks </
h1
>
<
h3
>Primer CSS | Dark Theme</
h3
>
</
div
>
<
div
class
=
"container-lg clearfix"
>
<
div
>
<
h2
><
b
>What is GeeksforGeeks used for?</
b
></
h2
> <
br
><
br
>
<
h4
>We provide a variety of services for
you to learn, thrive and also have fun!
Free Tutorials, Millions of Articles,
Live, Online and Classroom Courses,
Frequent Coding Competitions, Webinars
by Industry Experts, Internship opportunities
and Job Opportunities. Knowledge is power!</
h2
>
</
div
>
</
div
>
</
center
>
</
body
>
</
html
>