Bläddra i källkod

updates in header and footer

Mahaveer Jangid 3 år sedan
förälder
incheckning
5763531d6a
3 ändrade filer med 12 tillägg och 1 borttagningar
  1. 7
    0
      frontpage.php
  2. 3
    1
      myfile.css
  3. 2
    0
      new-style.css

+ 7
- 0
frontpage.php Visa fil

@@ -2,3 +2,10 @@
2 2
 
3 3
 get_header();
4 4
 
5
+?>
6
+
7
+my file
8
+
9
+<?php get_footer();
10
+
11
+?>

+ 3
- 1
myfile.css Visa fil

@@ -1 +1,3 @@
1
-body{margin: 0; padding: 0;}
1
+body{margin: 0; padding: 0;}
2
+
3
+p{font-size: 30px;}

+ 2
- 0
new-style.css Visa fil

@@ -0,0 +1,2 @@
1
+html{font-size: 30px;}
2
+