Skip to content

Commit fe49ec3

Browse files
committed
merged privacy.css code into style.css, changed class title for h1 header
1 parent 80875f2 commit fe49ec3

File tree

3 files changed

+34
-41
lines changed

3 files changed

+34
-41
lines changed

assets/css/privacy.css

-37
This file was deleted.

assets/css/style.css

+31
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ body::after {
6161
pointer-events: none;
6262
}
6363

64+
.privacy-body {
65+
background-color: #94EBF1;
66+
}
67+
6468
img {
6569
display: block;
6670
max-width: 100%;
@@ -620,6 +624,33 @@ select,
620624
line-height: 30px;
621625
}
622626

627+
/* privacy */
628+
629+
.privacyp-header {
630+
margin: 30px;
631+
text-align: center;
632+
text-transform: uppercase;
633+
text-decoration: underline;
634+
}
635+
636+
.policy-updated-header,
637+
.policy-updated-paragraph {
638+
text-align: center;
639+
margin: 30px;
640+
}
641+
642+
.section-header {
643+
text-align: center;
644+
text-decoration: underline;
645+
font-weight: bolder;
646+
}
647+
648+
.section-paragraph {
649+
margin: 40px;
650+
text-align: left;
651+
font-weight: bold;
652+
}
653+
623654
/* Media Queries */
624655
@media (min-width: 576px) {
625656
#content {

privacy.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="stylesheet" href="assets/css/style.css">
9-
<link rel="stylesheet" href="assets/css/privacy.css">
10-
9+
1110
<title>Git Community - 🟠CI🟠</title>
1211
</head>
1312

14-
<body>
15-
<h1 class="PrivacyP-header">Hackathon Github Labs Privacy Policy</h1>
13+
<body class="privacy-body">
14+
<h1 class="privacyp-header">Hackathon Github Labs Privacy Policy</h1>
1615

1716
<section>
1817
<h2 class="policy-updated-header">Privacy Policy Last Updated: 26th October 2022.</h2>

0 commit comments

Comments
 (0)