分类

Simple CSS 文档生成工具 V2.3

Simple CSS 文档生成工具 V2.3

大小:5.55 MB

语言:简体中文运行环境:Win ALL

类别:应用软件时间:2023-09-04

Simple CSS正式版是编程人员经常使用的网页CSS编辑工具。Simple CSS最新版可以让用户直接进行可视化编辑,想要编辑字体就能够编辑字体,想要编辑表格等其他内容也可以找到相应的选项。Simple CSS中用户还可以使用新建项目、重复项目、重命名、删除、导入CSS文件或是将样式表导出为CSS文件。

Simple CSS 文档生成工具 V2.3

Simple CSS软件功能

1、Simple CSS允许您从头开始轻松创建级联样式表,并使用熟悉的点击界面修改现有样式表。

2、使用Simple CSS,您可以管理多个CSS项目。

3、可以根据需要导入现有文件,并将项目导出到.css文件。

4、支持对文字样式、边框样式、图片样式等属性元素等进行设置。

Simple CSS软件特色

通过点击软件界面右上方的各类按钮,你可以使用新建项目、重复项目、重命名、删除、导入CSS文件或是将样式表导出为CSS文件。

可以通过页面中主要的样式编辑区域来对标签添加样式,在该区域内你可以对标签的文本、显示、边框以及尺寸属性进行设置

Simple CSS使用方法

1、正在进入软件的主界面请大家耐心等待即可;

2、进入软件的主界面,可以快速的对您的软件进行设置;

Simple CSS 文档生成工具 V2.3

3、可以快速的进行新建您的任务,让您轻松的即可完成相关的参数;

Simple CSS 文档生成工具 V2.3

4、可以快速的进行新建醒目、对项目进行重新的命名,也支持进行导入、删除等;

Simple CSS 文档生成工具 V2.3

5、可以快速的对需要的标签进行快速的添加;

Simple CSS 文档生成工具 V2.3

Simple CSS使用说明

一 CSS文字属性:

color : #999999;

font-family : 宋体,sans-serif;

font-size : 9pt;

font-style:itelic;

font-variant:small-caps;

letter-spacing : 1pt;

line-height : 200%;

font-weight:bold;

vertical-align:sub;

vertical-align:super;

text-decoration:line-through;

text-decoration: overline;

text-decoration:underline;

text-decoration:none;

text-transform : capitalize;

text-transform : uppercase;

text-transform : lowercase;

text-align:right;

text-align:left;

text-align:center;

text-align:justify;

vertical-align属性

vertical-align:top;

vertical-align:bottom;

vertical-align:middle;

vertical-align:text-top;

vertical-align:text-bottom;

二、CSS边框空白

padding-top:10px;

padding-right:10px;

padding-bottom:10px;

padding-left:10px;

list-style-type:decimal;

list-style-type:lower-roman;

list-style-type:upper-roman;

list-style-type:lower-alpha;

list-style-type:upper-alpha;

list-style-type:disc;

list-style-type:circle;

list-style-type:square;

list-style-image:url(/dot.gif);

list-style-position: outside;

list-style-position:inside;

四、CSS背景样式

background-color:#F5E2EC;

background:transparent;

background-image : url(/image/bg.gif);

background-attachment : fixed;

background-repeat : repeat;

background-repeat : no-repeat;

background-repeat : repeat-x;

background-repeat : repeat-y;

指定背景位置

background-position : 90% 90%;

background-position : top;

background-position : buttom;

background-position : left;

background-position : right;

background-position : center;

同类推荐