<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″ />
<title></title>
<style type=”text/css”>
/*製作三角形*/
#one{
width: 0px;
height: 0px;
border-top: 100px solid blue;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
}
/*製作箭頭*/
#two{
width: 100px;
height:100px;
border-bottom: 10px solid blueviolet;
border-left: 10px solid blueviolet;
/*rotate:旋轉*/
transform:rotate(45deg);
}
/*製作可變化的導航欄*/
#three{
width: 800px;
height: 50px;
border: 5px solid #e9e9e9;
}
#three li{
width: 140px;
height: 50px;
font-family: “微軟雅黑”;
float: left;
line-height: 50px;
margin-top: -17px;
}
/*當滑鼠放上後發生的改變*/
li:hover{
width: 140px;
height: 48px;
color: white;
background-color: #b3b6bb;
border-top: 1px solid #F39;
line-height: 50px;
margin-top:-16px;
}
/*排列去掉排頭序號*/
ul{
list-style: none;
}
</style>
</head>
<body>
<center>
<h3>第一題</h3>
<div id=”one”></div>
</center>
<br />
<br />
<br />
<center>
<h3>第二題</h3>
<br />
<div id=”two”></div>
</center>
<center>
<br />
<br />
<br />
<h3>第三題</h3>
<br />
<div id=”three”>
<ul>
<li>春節</li>
<li>元宵節</li>
<li>端午節</li>
<li>中秋節</li>
<li>國慶節</li>
</ul>
</div>
</center>
<br />
<br />
<br />
</body>
</html>
2018.3.30 邊框應用與導航欄設定
相關文章
- 易優CMS導航欄目設定與呼叫標籤
- table 設定合併邊框
- Flutter 導航設定Flutter
- CSS 設定邊框透明度CSS
- 關於border設定無邊框
- css設定四角邊框CSS
- [提問交流]能直接設定二級導航欄目嗎?
- 定製化你的ReactNative底部導航欄React
- 直播平臺原始碼,css移動端設定底部導航欄原始碼CSS
- CSS將邊框設定為虛線CSS
- CSS設定div邊框演示程式碼CSS
- PhpSpreadsheet設定所有單元格邊框PHP
- Flutter 導航欄AppBarFlutterAPP
- ElementUI側邊欄導航選單隱藏顯示問題UI
- 修改狀態列與導航欄顏色
- ArkWeb頁面跳轉與跨應用導航 - 高階應用Web
- qml 導航欄TabBar 工具欄ToolBartabBar
- Html--給圖片設定邊框0.1HTML
- QT QLable屬性設定(尺寸,邊框等)QT
- CSS Grid 網格佈局邊框設定CSS
- 可以任意定製導航欄背景的一個思路
- IDEA-idea設定導航欄字型大小程式碼編輯區字型大小Idea
- 直播app原始碼,狀態列和導航欄設定成透明狀態APP原始碼
- HTML橫向導航欄HTML
- uniapp自定義導航欄APP
- GitHub 導航欄加強Github
- bootstrap導航欄學習boot
- 邊框檢測在 Python 中的應用Python
- sublime設定預設開啟側邊欄(失敗)
- 採用JavaScript+XML實現具有樹形選單功能的論壇側邊導航欄JavaScriptXML
- (四)選單導航及路由設定路由
- 導航欄點選選中
- 底部導航欄懸浮效果
- 來,搞個側欄導航
- asp.net萬年曆,以及表格邊框設定ASP.NET
- 分析微信(iOS 版)定製導航欄按鈕的思路iOS
- windows10視窗邊框顏色怎麼設定_windows10邊框在哪裡設定Windows
- 直播app系統原始碼,Flutter中導航欄和狀態列設定成透明APP原始碼Flutter