母亲节因为疫情不能陪伴在妈妈身边,我用css给妈妈做了一个贺卡。

博主分享了如何利用有限的前端知识,从GitHub获取源码并修改,为母亲制作了一张特别的母亲节贺卡。尽管主要专注于后端学习,但这个小项目展示了前端技术的应用。祝所有母亲节日快乐。
摘要由CSDN通过智能技术生成
<!DOCTYPE html>
<html lang='en' class=''>
<head>
<meta charset='UTF-8'>
<title>Mother's Day Card</title>


<style class="INLINE_PEN_STYLESHEET_ID">
    body, div, h1, h2, form, fieldset, input, textarea, footer, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body { 
  
	-webkit-perspective:800px;
	background: #ccc url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/144467/bg_out2.png');
	color: #7c7873;
-webkit-animation: bugfix infinite 1s; 
}

@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}

p {
	font-family: 'Arvo', serif;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff;
	color: #C3447A;
	opacity: 0;
}

#wrap{
	width: 530px;
	height: 1000px;
	margin: 20px auto 0;
}

h1{
	font-family: 'Palatino', sans-serif;
	font-size: 48px;
	margin: 50px 0;
	text-align: center;
	color: #D65076;
	text-shadow: 0 3px 0
  • 44
    点赞
  • 45
    收藏
    觉得还不错? 一键收藏
  • 37
    评论
评论 37
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值