-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
23 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<style>
/*--预设--*/
body { padding:0px;margin: 0px; }
#lyrow, #lyrow input, #lyrow textarea { font-size:12px;font-family: 'Microsoft YaHei', '微软雅黑', MicrosoftJhengHei, '华文细黑', STHeiti, MingLiu; }
#lyrow { height:100vh;width: 100vw; }
#lyrow div { min-height: 18px; }
#lyrow input, #lyrow textarea { border:rgb(235, 235, 235) 1px solid;border-radius: 3px;padding: 5px 8px;outline: 0; }
#lyrow input:hover, #lyrow textarea:hover { border: 1px solid #6bc1f2; }
/*--编辑--*/
#lyrow .z { position:relative; }
#lyrow .s { position:fixed ;top:46px;left:410px;font-weight:bold;font-size:55px; }
#lyrow .f { width:225px !important;position:relative;left:43px; }
</style>
<!--下载font-awesome.css图标包-->
<!--https://www.58html.com/html/template/font-awesome.zip-->
<link rel="stylesheet" href="https://www.58html.com/gui/css/font-awesome/css/font-awesome.css">
<div id="lyrow">
<div class="z"> </div>
<h1 class="s">孙耀硕的个人站<br></h1>
<img class="f" src="http://www.58html.com/folder/imgs/202308/86f7a3cbe3bb3f44376d3d95e04e4974.jpg">
<img >
</div>