日常折纸
五一假期前几天参加了座谈会,开会的时候太无聊就随便折了折手头的A4纸,不对称的还挺好看。 画出来是这样子的 然后雅阁推荐我竖过来放,貌似会更好看一点,逆时针旋转90度看着还不错,之后改改颜色再试试。 然后发现了个很有趣的事,如图继续折纸,把红线折出来, ...
五一假期前几天参加了座谈会,开会的时候太无聊就随便折了折手头的A4纸,不对称的还挺好看。 画出来是这样子的 然后雅阁推荐我竖过来放,貌似会更好看一点,逆时针旋转90度看着还不错,之后改改颜色再试试。 然后发现了个很有趣的事,如图继续折纸,把红线折出来, ...
去年下半年看Linode出东京机房了,赶紧去申请了一个服务器挂着SS,用了这几个月下来感觉挺好,然后前几天发现了Google BBR这档子东西,一激动就把我DO新加坡的服务器搞挂了,算了算了也懒得再恢复了,反正里面也没什么东西,决定把网站都搬到Linode这边来。 ...
Merry Christmas:)
The Sketch3 has been removed from the App Store( ˙-˙ ) Sad
My pen tablet hadn’t been used for a long time.So I tried to copy this Minami Kotori this night.
大半年没有更新什么东西了,这两天DO的速度已经惨的不忍直视,之前这个VPS是在SFO的机房,刚建立的时候见下载速度是蛮不错的,也有个小几百KB/S,可是这两天很糟糕的说,降到了20KB/S左右。本来想着是不是可以换linode了,可是想想账户里面还有60多刀的学生优惠,没办法估计还得用上一年了。 ...
Then I finished this. View the demo.
I’ve drawn the HTML logo by following the tutorial HTML5 logo using CSS3 this afternoon. It looks a little complex but actually easy.Let’s put the code into parts. The text ‘HTML’; The wrapper itself, contains the whole logo; The ’#five’ div mainly defines the color of 5 and puts the 5 above the other divs. Put the divs ‘top’…’left-bottom’ together to creat the number 5. The Pseudo-classes ‘wrapper:before’ and ‘wrapper:after’ mainly defines the shape of the shield (The bigger one in deep orange). The Pseudo-classes ‘inner:before’ and ‘inner:after’ defnes the shape of the shield in light orange.This shield is in the same size as the deepper one, but the property ‘transform: scale(0.85)’ of the class inner make this shield smaller. The class ‘inner left’ contains all the properties of the class ‘inner’.It shows half of the bigger shield in the left above the div of the smaller shield: .inner.left {<br /> width: 170px;<br /> overflow: hidden;<br /> -webkit-transform: scale(1);<br /> } The class ‘inner left cover’ mainly adjusts the color of 5 in the left. Fine, that’s all of it. ...
I’ve been learning CSS3 recently.This image was finished by following the tutorial Happy Holidays with CSS3. In this tutorial, I learned: How to use the function linear-gradient. Something about the Position property, especially ‘position:absolute’. How to make circles and triangles in CSS3, and put them into layers like Photoshop. The turorial was very helpful which let me improve a lot ( Although the image is simple and not very beautiful:D ). Click here to see my work.
之前首页设计的比较乱,看上去可能没问题,但是代码一塌糊涂,下面的留个按钮也是以table的形式排列的,所以根本不兼容移动设备,每次用手机打开时都会感觉到很别扭,强迫症表示受不了。 开始想使用Kube框架的,折腾了一会感觉还是不合适,这个响应式设计的框架如果直接照着使用还行,但是我这里一些地方有自己的设计,不能生搬硬套,改他的css也比较繁琐,于是决定自己针对移动端写一个css。首先把以前的table之类样式全部清理掉,全版面是div的嵌套,感觉轻松了不少,然后修改html: ...