浏览代码

updates in header and footer

Mahaveer Jangid 3 年前
父节点
当前提交
5763531d6a
共有 3 个文件被更改,包括 12 次插入1 次删除
  1. 7
    0
      frontpage.php
  2. 3
    1
      myfile.css
  3. 2
    0
      new-style.css

+ 7
- 0
frontpage.php 查看文件

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

+ 3
- 1
myfile.css 查看文件

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

+ 2
- 0
new-style.css 查看文件

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