readme

来自「一套用于生成各种图形验证码的库(Java)」· 代码 · 共 32 行

TXT
32
字号
Buttons* Gives you great looking CSS buttons, for both <a> and <button>.* Demo: particletree.com/features/rediscovering-the-button-elementCredits----------------------------------------------------------------* Created by Kevin Hale [particletree.com]* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]Usage----------------------------------------------------------------1) Add this line to "blueprint/screen.css":	 @import 'plugins/buttons/buttons.css';2) Use the following HTML code to place the buttons on your site:	<button type="submit" class="button positive">	  <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save	</button>	<a class="button" href="/password/reset/">	  <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password	</a>	<a href="#" class="button negative">	  <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel	</a>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?