学习跟着视频做的,勿喷 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style type="text/css"> h3{ text-align: center; } td{ backgro ...
分类:
其他好文 时间:
2021-06-21 20:48:25
阅读次数:
0
都知道解决 外边距塌陷 有多种方法 其中一种 是给父盒子加个overflow:hiden;例如 <style> p { color: #f55; background: #fcc; width: 200px; line-height: 100px; text-align:center; margin ...
分类:
其他好文 时间:
2021-06-02 19:54:48
阅读次数:
0
一、CSS样式规格选择器:标签选择器类选择器多类名选择器id选择器 id选择器与类选择器区别:类选择器可以多次重复使用,id选择器只能使用一次,是唯一的 通配符选择器 二、CSS3外观属性水平对齐 text-align:首行缩进 text-indent:1em; 1代表一个汉字的缩进字间距 lett ...
分类:
Web程序 时间:
2021-06-02 15:16:39
阅读次数:
0
width:80px; text-align-last: justify; text-align: justify; ...
分类:
Web程序 时间:
2021-05-24 01:44:01
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style> body{ text-align:center; } #small{ margin-top:40px; } #showBig{ position:absolute; displa ...
分类:
Web程序 时间:
2021-04-28 12:06:03
阅读次数:
0
1.父元素设置:text-align : center; 2.转化成块元素并设置宽度,设置margin : 0 auto; <div class="box"> <!-- <input id="input1" type="text"> --> <sapn id="input1">22222</sapn ...
分类:
其他好文 时间:
2021-04-12 12:52:10
阅读次数:
0
1.仅水平居中: 1.1行内元素水平居中:text-align 1 <head> 2 <style> 3 #box { 4 width: 200px; 5 height: 200px; 6 border: 1px solid red; 7 /* 行内元素水平 */ 8 text-align: cen ...
分类:
其他好文 时间:
2021-04-12 12:06:07
阅读次数:
0
HTML页面: <div class=" row t1" style="text-align:center;"> <div class="form-group col-xs-2 col-md-offset-1"> <div class="panel panel-danger" style="back ...
分类:
编程语言 时间:
2021-03-31 12:12:55
阅读次数:
0
一个在90末尾,00开头中间的00后一枚,对这种比较喜欢感兴趣,啥也不会,就是随便自己学学,大佬勿喷,大神求带! 1 <style> 2 div { 3 margin: 400px auto; 4 font-size: 40px; 5 text-align: center; 6 } 7 p { 8 ...
分类:
其他好文 时间:
2021-03-15 11:24:09
阅读次数:
0
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> .login-header { width: 100%; text-align: center; height: 30px; ...
分类:
其他好文 时间:
2021-03-01 13:26:45
阅读次数:
0