File tree 3 files changed +34
-41
lines changed
3 files changed +34
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ body::after {
61
61
pointer-events : none;
62
62
}
63
63
64
+ .privacy-body {
65
+ background-color : # 94EBF1 ;
66
+ }
67
+
64
68
img {
65
69
display : block;
66
70
max-width : 100% ;
@@ -620,6 +624,33 @@ select,
620
624
line-height : 30px ;
621
625
}
622
626
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
+
623
654
/* Media Queries */
624
655
@media (min-width : 576px ) {
625
656
# content {
Original file line number Diff line number Diff line change 6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
< link rel ="stylesheet " href ="assets/css/style.css ">
9
- < link rel ="stylesheet " href ="assets/css/privacy.css ">
10
-
9
+
11
10
< title > Git Community - 🟠CI🟠</ title >
12
11
</ head >
13
12
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 >
16
15
17
16
< section >
18
17
< h2 class ="policy-updated-header "> Privacy Policy Last Updated: 26th October 2022.</ h2 >
You can’t perform that action at this time.
0 commit comments