2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:Selfice/沙盒/ChatGPT生成的一些东西/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:Selfice/%E6%B2%99%E7%9B%92/ChatGPT%E7%94%9F%E6%88%90%E7%9A%84%E4%B8%80%E4%BA%9B%E4%B8%9C%E8%A5%BF/style.css?_=1}-
.c-ontainer {
  position: relative;
  height: 200px;
  width: 300px;
  background-color: black;
  color: white;
  font-size: 24px;
  line-height: 200px;
  text-align: center;
}

.line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: white;
  animation: move 2s linear infinite;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.5, 0.1);
}

@keyframes move {
  from { top: 200px; }
  to { top: 0px; }
}
/*--???布局--*/